.searchContainerHeader {
	height: auto;
	width: 168px;
	border: 0px solid #537d22;
	background-color: #fefefe;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}

.searchContainerHeader input[type=text] {
	height: 18px;
	height: 17px;
	width: 138px;
	background-color: #fefefe;
	border: 0px;
	border: 1px solid #537d22;
	padding: 2px;
	margin-right: 2px;
	margin: 0px;
	vertical-align: middle;
	position: relative;
	float: left;
}

.searchContainerHeader button, .searchContainerHeader input[type=button], .searchContainerHeader input[type=submit], .searchContainerHeaderinput[type=reset] {
	height: 23px;
	width: auto; /* use auto if there should be text instead of an bg image. */
	width: 22px;
	background-color: #537d22;
	background-color: transparent;
	font-size: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px;
	padding: 0px;
	padding-left: 22px;
	margin: 0px;
	vertical-align: middle;
	background-image: url('/app_images/default/search/icons/icon_search.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: right;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.searchContainerResults {
	height: auto;
	width: auto;
	float: left;
}

.searchResult {
	padding-top: 5px;
}

.searchResultLink {
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.searchHousesContainer {
	height: 188px;
	width: 642px;
	width: 540px;
	border: 1px solid #333333;
	background-color: #ffffff;
	padding: 5px;
	margin-bottom: 10px;
}

.searchHousesContainerResults {
	height: auto;
	width: 684px;
	background-color: #ffffff;
	padding-left: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.searchHouseResult {
	height: 144px;
	width: 168px;
	padding: 1px;
	padding-right: 2px;
	float: left;
}

.searchHouseResultImage {
	
}

.searchHouseResultTitle {
	color: #333333;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

#search_city, #search_street, #search_price_min, #search_price_max, #search_type_object, #search_rooms, #search_type_house, #search_surface, #search_building_period {
	height: 22px;
	font-size: 12px;
	border: 1px solid #777777;
	background-color: rgb(248,248,248);
	padding: 2px;
}

#search_city {
	width: 245px;
}

#search_street {
	width: 239px;
	height: 16px;
}

#search_price_min {
	width: 120px;
}

#search_price_max {
	width: 120px;
}

#search_type_object {
	width: 120px;
}

#search_rooms {
	width: 120px;
}

#search_type_house {
	width: 120px;
}

#search_surface {
	width: 120px;
}

#search_building_period {
	width: 120px;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

